func github.com/klauspost/compress/flate.insertionSort

2 uses

	github.com/klauspost/compress/flate (current package)
		huffman_sortByLiteral.go#L41: 		insertionSort(data, a, b)
		huffman_sortByLiteral.go#L168: func insertionSort(data []literalNode, a, b int) {